IFrame自适应高宽
<iframe id="contentIFrame" name="Content" src="test.html" scrolling="no" frameborder="0" onload="this.height=this.contentWindow.document.body.scrollHeight+5;this.width=this.contentWindow.document.body.scrollWidth+5;" />
IE7中,总有一点不能显示,故在高与宽后面各加了5像素,而能完美显示
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。